D3D_BATCH_SET_LINE2D
This command will setup the internal requirements for batching 2D lines. The Size parameter is how many lines maximum can be used
with the current batch. This command is used in conjuction with the 2D line batch functions. Using batching will enable you to draw
multiple 2D lines more efficiently.

SYNTAX
D3D_BATCH_SET_LINE2D Size

RELATED INFO
D3DFunc Commands Menu
Index

EXAMPLE
View Showcase Example